@font-face {
    font-family: "EuroRoman";
    src: url('http://localhost/self/wp-content/themes/twentytwentyone-child/custom-template/assets/fonts/EuroRoman.ttf?ver=6.2') format("truetype");
}

.page-id-378 header.entry-header.alignwide {
    display: none;
}
.page-id-378 .entry-content {
    margin-top: 100px;
}
button#wpforms-submit-284 {
    border-radius: 12px;
    border-color: white;
    height: 50px;
    /* width: 100%; */
    cursor: pointer;
    background-color: #f9e6e6;
    color: #6B431D;
}
.page-id-378 div#comments {
    margin: auto !important;
}
a.lp-read-more-btn {
    color: rgb(96, 56, 19);
    font-family: "EuroRoman";
    font-size: 20px;
}
body {
    margin: 0%;
    padding: 0%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    padding-left: 5%;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding: 5%;
}
button.single_add_to_cart_button.button.alt.wp-element-button {
    height: 31px;
    /* margin: auto; */
    /* margin-bottom: 24px; */
    padding-top: 0px !important;
    font-size: large;
    font-weight: 600;
}
nav.woocommerce-breadcrumb {
    padding-left: 5% !important;
    margin-top: 13px;
}
section.header {
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    justify-content: center;
    background-color: #FCFAF6;
    height: auto;
}
.header-img-div img {
    max-width: 210px;
}
a.nav-li {
    text-decoration: none;
    list-style: none;
    color: black;
}

ul.nav-ul {
    display: flex;
    gap: 40px;
}

a.nav-button-li {
    text-decoration: none;
    list-style: none;
}

img {
    width: 210px;
    padding: 5px;
}

.nav-section {
    width: 100%;
    max-width: 644px;
}

.navs {
    margin: auto;
    justify-content: center;
    display: flex;
}

.header-button {
    width: 100%;
    max-width: 220px;
}

a.nav-button-li {
    text-decoration: none;
    list-style: none;
}

li.button-li {

    border: 2px solid;
    text-align: center;
    width: 80%;
    background-color: #603813;
    color: white;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Times New Roman";
}

a.nav-li :hover {
    color: #603813;
}

.menu-btn {
    display: none !important;
}

#click:checked~ul.nav-ul {
    top: 16%;
}

input#click {
    display: none;
}

#click:checked~.menu-btn i:after {
    content: "\f00d";
}

#click:checked~.menu-btn i:before {
    display: none;
}


/* ---------------------------------------------------Media Query------------------------------------------------------------------------- */

@media screen and (max-width:1000px) {

    .nav-ul>a:nth-child(1) li {
        color: white;
    }

    ul.nav-ul {
        position: absolute;
        /* top: 104px !important; */
        height: fit-content;
        width: 100%;
        max-width: 530px;
        display: block;
        text-align: left;
        padding: 0;
        top: -100%;
        z-index: 1;
        transition: all 0.4s ease;
        border: 1px solid;
        background: transparent;
        background-color: #FCFAF6;
    }

    .nav-ul li:hover {
        color: white;
        background-color: #c4a583;
    }

    .nav-ul>a:nth-child(1) {
        background-color: #c4a583;
        display: flex
    }

    .nav-ul li {
        color: #494c4f;
        line-height: 47px;
        padding-left: 20px;
        font-size: 16px;
    }

    a.nav-li {
        font-size: 20px;
    }

    .menu-btn {
    display: block !important;
    text-align: center;
    font-size: 22px !important;
    cursor: pointer;
    width: fit-content !important;
    margin: auto;
    height: 117px;
    align-items: center;
    display: flex !important;
    width: fit-content;
    justify-content: center;
}
}

/* <!-- -----------------------------------------MObile view-------------------------------------------------------- --> */
section.mbil-view {
    width: 100%;
    max-width: 350px;
}

.mbil-img-div {
    display: flex;
    padding-left: 11px;
}

img {
    /* width: 100px; */
    padding: 5px;
    margin: auto;
    text-align: center;
}

ul.mbil-ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
    line-height: 30px;
    font-size: 15px;

}



button.mbil-btn {
    border: none;
    margin-left: 20px;
    font-size: 15px;
    background-color: #603813;
    color: white;
    border-radius: 5px;
    line-height: 30px;
    width: 50%;
}

a.href-class {
    text-decoration: none;
    color: black;
}

li.mbil-li {
    padding-left: 20px;
}

li.mbil-li:hover {
    background-color: #c4a583;
}

.btn-href {
    text-decoration: none;
    color: white;
}

.mobile_new {
    display: none;

}

.mbil-view {
    display: none;
}

@media screen and (max-width:500px) {

    .header-img-div {
        margin: auto;
    }

    .slideLeft {
        left: 0px !important;
    }

    .mbil-view {
        display: block;
        position: fixed;
        top: 0px;
        background: white;
        border: 1px solid black;
        padding: 30px 0;
        height: 100vh;
        left: -502px;
        transition: 0.3s;
    }

    .header {
        justify-content: space-between !important;
    }

    .mobile_new {
        display: block;
        padding-right: 20px;
    }

    .nav-section {
        display: none;
    }

    .header-button {
        display: none;
    }

}

@media screen and (max-width:400px) {
    section.mbil-view {
        max-width: 250px;
    }

    button.mbil-btn {
        width: 63%;
    }

    button.mbil-btn {
        margin-left: 17px;
    }
}
@media screen and (max-width:768px) {
    .summary.entry-summary {
        padding-left: 5% !important;
    }
    .woocommerce-product-gallery__image {
        width: 123% !important;
    }
    .header-img-div {
        padding-left: 4%;
    }
}
@media screen and (max-width:425px) {
    .woocommerce-product-gallery__image {
        padding-right: 6% !important;
    }
    textarea#comment {
        width: 99% !important;
    }
    input#quantity_646b9c449d2ff {
        height: 31px;
    }
}